-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue 26 user defined params #44
Conversation
Do we want the string alias to be |
Apologies, my description is inconsistent with the code I wrote! In the code, the alias is EDIT: I also need to add the hyphen. Will update. |
Yeah, I think the hyphen is required - it's pedantic to say so but that is kind of the point! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only one very minor issue I noted - correct in CHANGELOG.md
to lowercase for:
"User-defined"
@rtimms One issue that occurred to me that I haven't been able to test, but perhaps you could. I wasn't sure from your latest type-fixing commit - do we allow an arbitrary nested structure in the JSON under Would treating all |
We do not currently allow this kind of structure. Everything in "User-defined" must be of the type |
@rtimms Happy to save that for a future update if necessary. Besides anything else, we would need to more carefully define what is and is not an |
@ejfdickinson, let's leave the careful definition of what is and is not an |
@rtimms Yes, if the tests are passing including the example I generated, that's fine. Can you make a new issue for supporting arbitrary JSON hierarchy under |
Thanks, new issue is here #46 Can you hit "approve" so this can be merged? |
Allows user-defined parameters to be added using the field
["Parameterisation"]["User-defined"]
.Fixes #26